learning-outcomes

Learning Outcomes#

  • Define javaScript functions.
  • Explain why to use functions.
  • Explain how to declare and call functions.
  • State the differences between function parameters and arguments.
  • Define the return statement.
  • Define function expression.